home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / thor / thor_api / watchthor / watchthor.readme < prev   
Text File  |  1996-08-05  |  2KB  |  61 lines

  1. ----------------------------------------------------------------------
  2.                               WatchTHOR
  3.  
  4.      Copyright © 1995 Ultima Thule Software, All Rights Reserved.
  5.  
  6.                         Author: Petter Nilsen
  7. ----------------------------------------------------------------------
  8.  
  9. WatchTHOR  is a small notification program to be used with THOR 2.0 or
  10. higher  to  notify  you  or start a specific program when new messages
  11. arrive  in a conference.  It is pure and can be made resident.  It can
  12. only  be run from shell.  WatchTHOR has no code to handle startup from
  13. Workbench,  so  do NOT start it from Workbench!  It was never meant to
  14. be  a  do-it-all program for notification, someone else can make that.
  15. However,  since  several  users has requested such a possibility and I
  16. had 2 hours of free time, I decided to make something. Whenever the
  17. developerkit is made available, I'll make the source code public domain.
  18. But until that happens, WatchTHOR is freely distributable but NOT in
  19. the public domain. 
  20.  
  21. <insert standard disclaimer here>
  22.  
  23. WatchTHOR accepts the following arguments:
  24.  
  25. SYSTEMNAME
  26. ~~~~~~~~~~
  27. The name of the system to watch.
  28.  
  29. CHECKDELAY
  30. ~~~~~~~~~~
  31. The number of minutes between each check. 
  32.  
  33. Default: 5
  34.  
  35. CONFERENCE
  36. ~~~~~~~~~~
  37. The name of the conference to check.
  38.  
  39. Default: EMail
  40.  
  41. RUNCOMMAND
  42. ~~~~~~~~~~
  43. The command to run when new messages has arrived in a conference.
  44. No requester will open.
  45.  
  46. Example:
  47.  
  48. 1> watchthor "news&mail" checkdelay 5
  49.  
  50. This  command  line  will  check  for  new  messages  in EMail every 5
  51. minutes,  and  bring  up  a requester on the frontmost screen with how
  52. many new messages that arrived.
  53.  
  54. 1> watchthor "news&mail" checkdelay 5 runcommand "dsound NewMail"
  55.  
  56. Will  do  as  the  example  above, except that it will run the program
  57. dsound with "NewMail.iff" as argument.
  58.  
  59. - Petter Nilsen (pettern@icenet.no), October 29th 1995
  60.  
  61.